home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
HEXEDIT
/
BIED.1_0
/
bied.exe
/
0
/
RCDATA
/
TFRMSEARCH
/
TFRMSEARCH.txt
Wrap
Text File
|
1998-09-29
|
3KB
|
144 lines
inherited FrmSearch: TFrmSearch
Left = 389
Top = 108
Caption = 'Search'
ClientHeight = 226
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
inherited GrpRange: TGroupBox
Align = alTop
inherited NEdFirst: TAKNumEdit
Height = 24
end
inherited NEdCount: TAKNumEdit
Height = 24
end
inherited NEdLast: TAKNumEdit
Height = 24
end
end
inherited PanButtons: TPanel
Top = 192
TabOrder = 2
inherited ButOK: TButton
Caption = 'S&earch'
OnClick = ButOKClick
end
inherited ButClose: TButton
Caption = '&Close'
OnClick = ButCloseClick
end
end
object GrpSearch: TGroupBox [2]
Left = 0
Top = 106
Width = 241
Height = 86
Align = alClient
Caption = 'Search Data'
TabOrder = 1
object PanSrchSwitch: TPanel
Left = 2
Top = 15
Width = 237
Height = 21
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object RbASCII: TRadioButton
Left = 88
Top = 2
Width = 57
Height = 17
Caption = 'Te&xt'
TabOrder = 1
OnClick = RbBinaryClick
end
object RbBinary: TRadioButton
Left = 16
Top = 2
Width = 65
Height = 17
Caption = '&Binary'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RbBinaryClick
end
end
object Panel2: TPanel
Left = 2
Top = 36
Width = 14
Height = 38
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
end
object Panel3: TPanel
Left = 225
Top = 36
Width = 14
Height = 38
Align = alRight
BevelOuter = bvNone
TabOrder = 2
end
object Panel4: TPanel
Left = 2
Top = 74
Width = 237
Height = 10
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
end
object PanSearch: TPanel
Left = 16
Top = 36
Width = 209
Height = 38
Align = alClient
BevelOuter = bvNone
TabOrder = 4
object HEdSearch: TAKHexEdit
Left = 0
Top = 0
Width = 209
Height = 38
Cursor = crIBeam
Align = alClient
BorderStyle = bsSingle
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
TabStop = True
AllowSelection = True
PersistentSelection = True
ShowAddress = False
ShowASCII = False
ReadOnly = False
Version = '1.01'
OnKeyDown = HEdSearchKeyDown
OnChangeAddress = HEdSearchChangeAddress
OnChangeData = HEdSearchChangeData
end
end
end
inherited Storage: TFormStorage
StoredProps.Strings = (
'RbDec.Checked'
'RbHex.Checked'
'NEdFirst.Value'
'NEdCount.Value'
'RbBinary.Checked'
'RbASCII.Checked')
Left = 8
Top = 192
end
end